@charset "UTF-8";

body,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img div,
legend,
li,
ol,
p,
ul {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-size: 14px;
	color: #000;
}

button,
fieldset,
img,
input {
	border: none;
	padding: 0;
	margin: 0;
	outline-style: none;
}

ol,
ul {
	list-style: none;
}

@font-face {
	font-family: 'number';
    src: url('../fonts/dinmitalt.ttf') format('truetype');
}

.ff-1 {
	font-family: number;
}

input {
	padding-top: 0;
	padding-bottom: 0;
	font-family: 'SimSun, 宋体';
}

input,
select {
	vertical-align: middle;
}

input,
select,
textarea {
	font-size: 12px;
	margin: 0;
}

textarea {
	resize: none;
}

img {
	border: 0;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

body {
	font-size: 14px;
	color: #666;
	background: #ffffff;
	width: 100%;
	font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	font-size: 100%;
}

em,
i,
s {
	font-style: normal;
	text-decoration: none;
}

.col-red {
	color: #c81623 !important;
}

.w {
	width: 1100px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.al {
	text-align: left;
}

.ac {
	text-align: center;
}

.ar {
	text-align: right;
}

.fw600 {
	font-weight: 600;
}

.fw500 {
	font-weight: 500;
}

.fw400 {
	font-weight: 400;
}

.mt-1 {
	margin-top: -1px;
}

.mt0 {
	margin-top: 0 !important;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.ml40 {
	margin-left: 40px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mr40 {
	margin-right: 40px;
}

.fs12 {
	font-size: 12px;
}

.fs14 {
	font-size: 14px;
}

.fs16 {
	font-size: 16px;
}

.fs18 {
	font-size: 18px;
}

.fs20 {
	font-size: 20px;
}

.fs22 {
	font-size: 22px;
}

.fs24 {
	font-size: 24px;
}

.fs26 {
	font-size: 26px;
}

.fs30 {
	font-size: 30px;
}

.fs32 {
	font-size: 32px;
}

.text-white {
	color: #ffffff;
}

.img20 {
	width: 20px;
	height: 20px;
}

.hide {
	display: none;
}

section {
	width: 100%;
	height: 100px;
	margin-bottom: 50px;
	background-color: pink;
}

.cell {
	display: flex;
	align-items: center;
}

.cell .cell-1 {
	flex: 1;
}

.justify-between {
	justify-content: space-between;
}

.justify-center {
	justify-content: center;
}

.text-main {
	color: #fe1919;
}

.text-muted {
	color: #8D8D8D;
}

.text-black {
	color: #222222;
}

.text-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.overflow-y {
	overflow-y: auto;
}

.overflow-y::-webkit-scrollbar {
	width: 6px;
        /*高宽分别对应横竖滚动条的尺寸*/
	height: 6px;
}

.overflow-y::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

.overflow-y::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

a {
	color: #666666;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

#fangwei-box.pages {
	/*background: linear-gradient(to bottom, #ffffff 30%, #F1F1F1 100%);*/
	background:linear-gradient(to bottom, #ebebeb 605px,#FFF,#f1f1f1);
	overflow: auto;
}

#fangwei-box .p-head {
	height: 37px;
	background: #b70008;
	line-height: 37px;
	overflow: hidden;
	position:relative;
	z-index:10
}

#fangwei-box .p-head .nav-li {
	padding: 0px 15px;
	height: 37px;
	position: relative;
}

#fangwei-box .p-head .nav-li.hover {
	background: linear-gradient(0deg, #f4f4f4, #ffffff);
}

#fangwei-box .p-head .nav-li.hover span {
	color: #b70008;
}

#fangwei-box .p-head .nav-li.active {
	background: linear-gradient(0deg, #f4f4f4, #ffffff);
}

#fangwei-box .p-head .nav-li.active span {
	color: #b70008;
}

#fangwei-box .p-head .nav-li img {
	margin-right: 2px;
}

#fangwei-box .p-head .nav-li + .nav-li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 16px;
	background: rgba(229, 229, 229, 0.3);
	margin-top: -8px;
}

#fangwei-box .t_logo {
	display: block;
	margin: 0 auto;
	text-align: center;
}
/*
#fangwei-box .p-body {
	background: url(../images/4_30_17.png) no-repeat top center;
}
*/
#fangwei-box .p-body {
	position: relative;
	z-index:10

}

#fangwei-box .p-body .search-box {
	padding: 170px 0px;
	padding-bottom: 200px;
	width: 675px;
	box-sizing: border-box;
	margin: 0 auto;
}

#fangwei-box .p-body .search-box .input-1 {
	width: 564px;
	height: 49px;
	background: #FFFFFF;
	line-height: 49px;
	font-size: 17px;
	box-sizing: content-box;
	border: 3px solid #D4D4D4;
	padding-left: 10px;
}

#fangwei-box .p-body .search-box .input-1::placeholder {
	color: #777777;
}

#fangwei-box .p-body .search-box .input-btn {
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	cursor: pointer;
}

#fangwei-box .p-body .search-box .input-btn-1 {
	margin-left: -4px;
	width: 100px;
	justify-content: center;
	background: linear-gradient(0deg, #ba121a, #f7010d);
}

#fangwei-box .p-body .search-box .input-btn-2 {
	width: 123px;
	background: linear-gradient(0deg, #ba121a, #f7010d);
}

#fangwei-box .p-body .new-ul .new-li {
	width: 400px;
	height: 420px;
	background: #ffffff;
	padding: 0px 20px;
	box-sizing: border-box;
}

#fangwei-box .p-body .new-ul .new-li .tlt {
	padding: 20px 0px;
}

#fangwei-box .p-body .new-ul .new-li .img-box {
	height: 0;
	padding-bottom: 93px;
	overflow: hidden;
}

#fangwei-box .p-body .new-ul .new-li .list {
	width: 100%;
}

#fangwei-box .p-body .new-ul .new-li .list .item {
	position: relative;
	padding-left: 12px;
	margin-bottom: 15px;
	font-size: 14px;
}

#fangwei-box .p-body .new-ul .new-li .list .item a {
	color: #666666;
}

#fangwei-box .p-body .new-ul .new-li .list .item a:hover .text-1 {
	color: #FE1919;
}

#fangwei-box .p-body .new-ul .new-li .list .item a:hover .text-2 {
	color: #D3161F;
}

#fangwei-box .p-body .new-ul .new-li .list .item .line {
	border-bottom: 1px dashed #ccc;
	margin: 0px 3px;
	margin-top: 12px;
}

#fangwei-box .p-body .new-ul .new-li .list .item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	margin-top: -2px;
	background: #CFCFCF;
	border-radius: 50%;
}

#fangwei-box .p-body .new-ul .new-li .text-s {
	border-bottom: 1px solid #F0F0F0;
	padding-bottom: 8px;
}

#fangwei-box .p-body .new-ul .new-li .text-s a {
	display: block;
}

#fangwei-box .p-body .new-ul .new-li .text-s a:hover {
	color: #FE1919;
}

#fangwei-box .p-body .new-ul .new-li .wd-list {
	height: 155px;
	overflow: hidden;
}

#fangwei-box .p-body .new-ul .new-li .wd-list .swiper-container {
	height: 155px;
}

#fangwei-box .p-body .new-ul .new-li .wd-list .swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: linear;
                /*之前是ease-out*/
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}

#fangwei-box .p-body .new-ul .new-li .wd-list .wd-item {
	padding: 10px 0px;
	border-top: 1px solid #F0F0F0;
}

#fangwei-box .p-body .new-ul .new-li .wd-list .wd-item a:hover {
	text-decoration: underline;
}

#fangwei-box .p-body .new-ul .new-li .wd-list img {
	width: 22px;
	height: 22px;
}

#fangwei-box .p-body .result-box {
	width: 800px;
	background: #ffffff;
	box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
	padding: 0px 20px;
	box-sizing: border-box;
	margin: 0 auto;
	margin-bottom: 70px;
	margin-top: 55px;
}

#fangwei-box .p-body .result-box .tlt {
	padding: 15px 0px;
	padding-left: 16px;
	border-bottom: 1px dashed #eeeeee;
	position: relative;
	color: #222222;
	text-align: left;
}

#fangwei-box .p-body .result-box .tlt::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 4px;
	height: 19px;
	margin-top: -9px;
	background-image: linear-gradient(#e71c25, #e71c25), linear-gradient(0deg, #ba121a 0%, #f7010d 100%);
	background-blend-mode: normal, normal;
}

#fangwei-box .p-body .result-box .success-bd .b-bd {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	padding-top: 55px;
	padding-bottom: 50px;
}

#fangwei-box .p-body .result-box .success-bd .b-ft {
	border-top: 1px dashed #eeeeee;
	text-align: center;
	padding: 25px 0px;
}

#fangwei-box .p-body .result-box .success-bd .b-ft img + img {
	margin-left: 5px;
}

#fangwei-box .p-body .result-box .record-bd {
	text-align: center;
}

#fangwei-box .p-body .result-box .record-bd .box-1 {
	padding-bottom: 40px;
	border-bottom: 1px dashed #eeeeee;
}

#fangwei-box .p-body .result-box .record-bd .img1 {
	width: 60px;
	height: 60px;
}

#fangwei-box .p-body .result-box .record-bd .box-2 {
	padding-bottom: 45px;
	border-bottom: 1px dashed #eeeeee;
}

#fangwei-box .p-body .result-box .record-bd .box-3 {
	padding: 25px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#fangwei-box .p-body .result-box .record-bd .box-3 a {
	width: 125px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid rgba(231, 28, 37, 0.8);
	color: #E71C25;
}

#fangwei-box .p-body .result-box .record-bd .box-3 a:hover {
	background-color: #E71C25;
	color: #ffffff;
}

#fangwei-box .p-body .result-box .record-bd .box-3 a + a {
	margin-left: 14px;
}

#fangwei-box .p-body .result-box .success-bd .box-3 {
	padding: 25px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#fangwei-box .p-body .result-box .success-bd .box-3 a {
	width: 125px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid rgba(231, 28, 37, 0.8);
	color: #E71C25;
}

#fangwei-box .p-body .result-box .success-bd .box-3 a:hover {
	background-color: #E71C25;
	color: #ffffff;
}

#fangwei-box .p-body .result-box .success-bd .box-3 a + a {
	margin-left: 14px;
}

#fangwei-box .p-body .result-box .record-bd .table-box {
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	width: 100%;
}

#fangwei-box .p-body .result-box .record-bd .table-box table {
	width: 100%;
}

#fangwei-box .p-body .result-box .record-bd .table-box thead {
	height: 35px;
	line-height: 35px;
	background-image: linear-gradient(#f8f8f8, #f8f8f8), linear-gradient(#dfdfdf, #dfdfdf);
}

#fangwei-box .p-body .result-box .record-bd .table-box tbody tr {
	height: 45px;
	line-height: 45px;
	border-top: 1px solid #e7e7e7;
}

#fangwei-box .p-body .tab-list .fiexd-1.active .tab-btns {
	display: none;
}

#fangwei-box .p-body .tab-list .fiexd-1.active .tab-btns1 {
	display: block;
}

#fangwei-box .p-body .tab-list .tab-btns.active {
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
	z-index: 99;
}

#fangwei-box .p-body .tab-list .tab-btns .tab-btn {
	width: 218px;
	height: 50px;
	background: #b8b8b8;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	margin-right: 10px;
	cursor: pointer;
}

#fangwei-box .p-body .tab-list .tab-btns .tab-btn a {
	color: #ffffff;
	width: 100%;
	height: 100%;
	display: block;
}

#fangwei-box .p-body .tab-list .tab-btns .tab-btn:hover {
	background: #e71c25;
}

#fangwei-box .p-body .tab-list .tab-btns .tab-btn.active {
	background: #e71c25;
}

#fangwei-box .p-body .tab-list .tab-btns .r-box {
	width: 161px;
	height: 50px;
	background: #ffffff;
	border: 1px solid #e71c25;
	line-height: 50px;
	text-align: center;
	color: #E71C25;
	display: flex;
	justify-content: center;
}

#fangwei-box .p-body .tab-list .tab-btns1 {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	background: #F5F5F5;
	box-sizing: border-box;
	z-index: 99;
}

#fangwei-box .p-body .tab-list .tab-btns1.active {
	position: fixed;
	top: 0;
	width: 100%;
}

#fangwei-box .p-body .tab-list .tab-btns1 .tab-btn {
	height: 40px;
	background-color: #ffffff;
	font-size: 18px;
	color: #373737;
	display: block;
	padding: 0px 25px;
	margin-right: 10px;
}

#fangwei-box .p-body .tab-list .tab-btns1 .tab-btn span {
	display: inline-block;
	line-height: 37px;
	border-bottom: 3px solid #ffffff;
}

#fangwei-box .p-body .tab-list .tab-btns1 .tab-btn:hover {
	color: #E71C25;
}

#fangwei-box .p-body .tab-list .tab-btns1 .tab-btn.active {
	color: #E71C25;
}

#fangwei-box .p-body .tab-list .tab-btns1 .tab-btn.active span {
	border-bottom-color: #E71C25;
	font-weight: 600;
}

#fangwei-box .p-body .tab-list .tab-btns1 .b-btn {
	width: 85px;
	height: 26px;
	border: 1px solid #E71C25;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
}

#fangwei-box .p-body .tab-list .tab-btns1 .b-btn + .b-btn {
	margin-left: 7px;
}

#fangwei-box .p-body .tab-list .tab-btns1 .b-btn1 {
	background-color: #E71C25;
	color: #ffffff;
}

#fangwei-box .p-body .tab-list .tab-btns1 .code-box:hover .code-box_1 {
	display: block;
}

#fangwei-box .p-body .tab-list .tab-btns1 .b-btn2 {
	color: #E71C25;
}

#fangwei-box .p-body .tab-list .tab-content {
	margin-top: 60px;
}

#fangwei-box .p-body .tab-list .tab-content .c-item:first-of-type {
	padding-top: 0;
}

#fangwei-box .p-body .tab-list .tab-content .c-item {
	padding-top: 60px;
}

#fangwei-box .p-body .tab-list .tab-content .tlt {
	padding-left: 16px;
	position: relative;
	color: #222222;
	text-align: left;
	margin-bottom: 25px;
}

#fangwei-box .p-body .tab-list .tab-content .tlt .text-1 {
	font-size: 30px;
	font-weight: 600;
	color: #2D2D2D;
}

#fangwei-box .p-body .tab-list .tab-content .tlt .text-2 {
	color: #797979;
	font-size: 15px;
}

#fangwei-box .p-body .tab-list .tab-content .tlt::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 4px;
	height: 30px;
	margin-top: -13px;
	background-image: linear-gradient(#e71c25, #e71c25), linear-gradient(0deg, #ba121a 0%, #f7010d 100%);
	background-blend-mode: normal, normal;
}

#fangwei-box .p-body .tab-list .tab-content #tab1 .b-box {
	height: 320px;
	background: url(../images/h_11.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	padding-top: 45px;
	box-sizing: border-box;
}

#fangwei-box .p-body .tab-list .tab-content #tab1 .b-box h5 {
	font-size: 22px;
	font-weight: 600;
	color: #E71C25;
}

#fangwei-box .p-body .tab-list .tab-content #tab1 .b-box .item {
	flex: 1;
	padding-left: 45px;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
}

#fangwei-box .p-body .tab-list .tab-content #tab1 .b-box .item li {
	margin: 10px 0px;
}

#fangwei-box .p-body .tab-list .tab-content #tab2 .nums {
	color: #393939;
	height: 220px;
	background-color: #ffffff;
}

#fangwei-box .p-body .tab-list .tab-content #tab2 .nums .num {
	display: flex;
	flex-flow: column;
	align-items: center;
	flex: 1;
	height: 220px;
	justify-content: center;
	cursor: pointer;
	position: relative;
}

#fangwei-box .p-body .tab-list .tab-content #tab2 .nums .num:after {
	display: none;
	content: "";
	position: absolute;
	bottom: -5px;
	left: 50%;
	border: 5px solid #ffffff;
	transform: rotate(45deg);
	margin-left: -10px;
}

#fangwei-box .p-body .tab-list .tab-content #tab2 .nums .num.active {
	color: #E71C25;
}

#fangwei-box .p-body .tab-list .tab-content #tab2 .nums .num.active:after {
	display: block;
}

#fangwei-box .p-body .tab-list .tab-content #tab2 .nums .text-1 {
	font-family: number;
	font-size: 58px;
	margin-right: 5px;
	font-weight: 500;
	vertical-align: sub;
}

#fangwei-box .p-body .tab-list .tab-content #tab2 .nums .num {
	text-align: center;
}

#fangwei-box .p-body .tab-list .tab-content #tab2 .n-swipers {
	height: 0;
	padding-bottom: 460px;
	background: url(../images/h_12.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}

#fangwei-box .p-body .tab-list .tab-content #tab2 .n-swipers .n-swiper {
	height: 460px;
	padding-left: 70px;
	padding-top: 90px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	max-width: 680px;
}

#fangwei-box .p-body .tab-list .tab-content #tab2 .n-swipers .n-swiper .btn {
	width: 100px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #E71C25;
	margin-right: 10px;
}

#fangwei-box .p-body .tab-list .tab-content #tab2 .n-swipers .n-swiper .btn-1 {
	color: #ffffff;
	background-color: #E71C25;
}

#fangwei-box .p-body .tab-list .tab-content #tab2 .n-swipers .n-swiper .btn-2 {
	color: #E71C25;
}

#fangwei-box .p-body .tab-list .tab-content #tab3 .cell-item {
	width: 385px;
	height: 323px;
	background: #ffffff;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	display: flex;
	flex-flow: column;
	align-items: center;
	padding-top: 30px;
	box-sizing: border-box;
}

#fangwei-box .p-body .tab-list .tab-content #tab3 .btn-1 {
	width: 83px;
	height: 24px;
	background: #ffffff;
	border: 1px solid #e71c25;
	line-height: 24px;
	color: #E71C25;
	text-align: center;
	cursor: pointer;
}

#fangwei-box .p-body .tab-list .tab-content #tab4 .cells {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#fangwei-box .p-body .tab-list .tab-content #tab4 .cells > .cell {
	align-items: center;
	width: 385px;
	height: 245px;
	background-size: 100% 100%;
	margin-bottom: 20px;
	position: relative;
	flex-flow: column;
	cursor: pointer;
}

#fangwei-box .p-body .tab-list .tab-content #tab4 .cells > .cell::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.4);
	z-index: 0;
}

#fangwei-box .p-body .tab-list .tab-content #tab4 .cells > .cell:hover .btns {
	display: flex;
}

#fangwei-box .p-body .tab-list .tab-content #tab4 .cells > .cell:hover::before {
	background-color: rgba(0, 0, 0, 0.3);
}

#fangwei-box .p-body .tab-list .tab-content #tab4 .cells > .cell .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	display: none;
}

#fangwei-box .p-body .tab-list .tab-content #tab4 .cells > .cell .btns a {
	display: inline-block;
	width: 100px;
	height: 34px;
	background: rgba(223, 223, 223, 0);
	border: 1px solid rgba(255, 255, 255, 0.8);
	color: #ffffff;
	line-height: 34px;
	text-align: center;
}

#fangwei-box .p-body .tab-list .tab-content #tab4 .cells > .cell .btns a + a {
	margin-left: 15px;
}

#fangwei-box .p-foot {
	border-top: 2px solid #b70008;
	text-align: center;
	background-color: #ffffff;
	padding-bottom:20px
}

#fangwei-box .p-foot .list-1 {
	justify-content: center;
}

#fangwei-box .p-foot .list-1 li {
	padding: 0px 10px;
	position: relative;
}

#fangwei-box .p-foot .list-1 li a:hover {
	color: #E71C25;
}

#fangwei-box .p-foot .list-1 li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 10px;
	margin-top: -5px;
	background-color: #e2e2e2;
	opacity: 0.5;
}

.yq-list {
	border-top: 1px solid #e5e5e5;
	padding: 10px 0px;
}

.yq-list .nav-items {
	flex-wrap: wrap;
	height: 20px;
	overflow: hidden;
	padding-right: 50px;
}

.yq-list .nav-items.active {
	height: auto;
}

.yq-list li {
	padding: 0px 10px;
	position: relative;
	color: #bfbfbf;
	box-sizing: border-box;
}

.yq-list li a:hover {
	color: #E71C25;
}

.yq-list li + li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 10px;
	margin-top: -5px;
	background-color: #e2e2e2;
	opacity: 0.5;
}

.yq-list a {
	color: #bfbfbf;
	font-size: 12px;
}

#qiye-box .p-head {
	border-top: 4px solid #BA121A;
	height: 96px;
	line-height: 96px;
	z-index: 999;
	width: 100%;
	background-color: #ffffff;
}

#qiye-box .p-head a {
	color: #373737;
}

#qiye-box .p-head .nav-li {
	width: 100px;
	height: 26px;
	line-height: 26px;
	text-align: center;
}

#qiye-box .p-head .nav-li:hover {
	background-color: #E71C25;
}

#qiye-box .p-head .nav-li:hover a {
	color: #ffffff;
}

#qiye-box .p-head .nav-li:hover a span {
	font-size: 14px;
}

#qiye-box .p-head .nav-li.active {
	background-color: #E71C25;
}

#qiye-box .p-head .nav-li.active a {
	color: #ffffff;
}

#qiye-box .p-head .nav-li.active a span {
	font-size: 14px;
}

#qiye-box .p-head .nav-li + .nav-li {
	margin-left: 15px;
}

#qiye-box .banner-box {
	background: url() no-repeat top center;
	height: 441px;
}

#qiye-box .tab-btns {
	height: 50px;
	background: #F5F5F5;
	box-sizing: border-box;
	z-index: 99;
}

#qiye-box .tab-btns.active {
	position: fixed;
	top: 0;
	width: 100%;
}

#qiye-box .tab-btns .tab-btn {
	height: 40px;
	background-color: #ffffff;
	font-size: 18px;
	color: #373737;
	display: block;
	padding: 0px 25px;
	margin-right: 10px;
	cursor: pointer;
}

#qiye-box .tab-btns .tab-btn span {
	display: inline-block;
	line-height: 37px;
	border-bottom: 3px solid #ffffff;
}

#qiye-box .tab-btns .tab-btn:hover {
	color: #E71C25;
}

#qiye-box .tab-btns .tab-btn.active {
	color: #E71C25;
}

#qiye-box .tab-btns .tab-btn.active span {
	border-bottom-color: #E71C25;
	font-weight: 600;
}

#qiye-box .tab-btns .b-btn {
	width: 85px;
	height: 26px;
	border: 1px solid #E71C25;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
}

#qiye-box .tab-btns .b-btn + .b-btn {
	margin-left: 7px;
}

#qiye-box .tab-btns .b-btn1 {
	background-color: #E71C25;
	color: #ffffff;
}

#qiye-box .tab-btns .code-box:hover .code-box_1 {
	display: block;
}

#qiye-box .tab-btns .b-btn2 {
	color: #E71C25;
}

#qiye-box .tab-bd > .jh-item {
	border-bottom: 1px dashed #eeeeee;
	height: 470px;
}

#qiye-box .tab-bd > .jh-item .c-left {
	width: 600px;
	padding-left: 45px;
}

#qiye-box .tab-bd > .jh-item:nth-child(2n) {
	flex-flow: row-reverse;
}

#qiye-box .tab-bd > .jh-item:nth-child(2n) .c-left {
	padding-left: 0;
}

#qiye-box .tab-bd > .jh-item .c-left_hd .text-2 {
	display: inline-block;
	border-bottom: 3px solid #E71C25;
	padding-bottom: 10px;
}

#qiye-box .tab-bd > .jh-item .c-left_bd {
	margin-top: 25px;
	flex-wrap: wrap;
}

#qiye-box .tab-bd > .jh-item .c-left_bd .t-li {
	width: 275px;
	box-sizing: border-box;
	padding-left: 15px;
	position: relative;
	margin-bottom: 20px;
	color: #393939;
}

#qiye-box .tab-bd > .jh-item .c-left_bd .t-li::before {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	left: 0;
	top: 50%;
	margin-top: -3px;
}

#qiye-box .tab-bd > .jh-item .c-left_ft {
	margin-top: 15px;
}

#qiye-box .tab-bd > .jh-item .c-left_ft .b-btn {
	width: 85px;
	height: 30px;
	border: 1px solid #E71C25;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}

#qiye-box .tab-bd > .jh-item .c-left_ft .b-btn + .b-btn {
	margin-left: 9px;
}

#qiye-box .tab-bd > .jh-item .c-left_ft .b-btn1 {
	background-color: #E71C25;
	color: #ffffff;
}

#qiye-box .tab-bd > .jh-item .c-left_ft .b-btn2 {
	color: #E71C25;
}

#qiye-box .swiper-box .tlt {
	padding-top: 50px;
	padding-bottom: 70px;
	text-align: center;
}

#qiye-box .swiper-box .swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: linear;
    /*之前是ease-out*/
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	margin: 0 auto;
}

#qiye-box .swiper-box .swiper-slide {
	width: 250px;
	height: 270px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

#qiye-box .swiper-box img {
	display: block;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
}

#qiye-box .swiper-box img + img {
	margin-top: 30px;
}

#qiye-box .news-box {
	margin-top: 50px;
	padding-bottom: 50px;
}

#qiye-box .news-box .tlt {
	padding-top: 30px;
	padding-bottom: 50px;
	text-align: center;
}

#qiye-box .news-box .tlt-1 {
	font-size: 18px;
	color: #2A2A2A;
	position: relative;
	padding-left: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}

#qiye-box .news-box .tlt-1::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 3px;
	height: 18px;
	background-color: #E71C25;
	margin-top: -8px;
}

#qiye-box .news-box .news-ul {
	flex-wrap: wrap;
}

#qiye-box .news-box .news-ul .news-li {
	align-items: initial;
	padding: 25px;
	width: 50%;
	box-sizing: border-box;
}

#qiye-box .news-box .news-ul .news-li:hover {
	background-color: #F5F5F5;
}

#qiye-box .news-box .news-ul .news-li:hover .btn-1 {
	background-color: #E71C25;
	border-color: #E71C25;
	color: #ffffff;
}

#qiye-box .news-box .news-ul img {
	width: 165px;
	height: 125px;
}

#qiye-box .news-box .news-ul .text-1 {
	width: 300px;
	color: #393939;
	margin-bottom: 10px;
}

#qiye-box .news-box .news-ul .cell-bd {
	width: 350px;
	margin-left: 15px;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

#qiye-box .news-box .news-ul .btn-1 {
	width: 85px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #ffffff;
	border: 1px solid rgba(212, 212, 212, 0.8);
	font-size: 12px;
	color: #6C6C6C;
	align-self: flex-end;
}

#qiye-box .new-list {
	padding-top: 15px;
}

#qiye-box .new-list > .cell {
	padding: 30px;
	border-bottom: 1px dashed #eeeeee;
	cursor: pointer;
}

#qiye-box .new-list > .cell:hover {
	background-color: #F5F5F5;
}

#qiye-box .new-list > .cell:hover .btn-1 {
	border-color: #E71C25;
	background-color: #E71C25;
	color: #ffffff;
}

#qiye-box .new-list img {
	width: 182px;
	height: 137px;
}

#qiye-box .new-list .cell-bd {
	margin-left: 25px;
	width: 690px;
	height: 137px;
}

#qiye-box .new-list .btn-1 {
	width: 100px;
	height: 34px;
	background: #ffffff;
	border: 1px solid rgba(191, 191, 191, 0.8);
	color: #6F6F6F;
	line-height: 34px;
	text-align: center;
	display: block;
}

#qiye-box .new-defail {
	border-bottom: 1px dashed #eeeeee;
	margin-bottom: 30px;
}

#qiye-box .new-defail .content {
	width: 1000px;
	margin: 0 auto;
}
#qiye-box .new-defail .content p {
	margin-bottom: 15px;
}

#qiye-box .new-defail .tlt {
	text-align: center;
	padding-top: 45px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #eeeeee;
	width: 1000px;
	margin: 0 auto 15px;
}

#qiye-box .new-defail .foot .page-1 {
	padding: 15px 0px;
}

#qiye-box .new-defail .foot .page-1 a {
	color: #555555;
}

#qiye-box .new-defail .foot .page-1 a:hover {
	color: #E71C25;
}

#qiye-box .new-defail .foot .btns {
	padding: 25px 0;
}

#qiye-box .new-defail .foot .btns .btn {
	width: 125px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #ffffff;
}

#qiye-box .new-defail .foot .btns .btn-1 {
	background-color: #E71C25;
}

#qiye-box .new-defail .foot .btns .btn-2 {
	background-color: #333333;
	margin-left: 15px;
}

#qiye-box .path-box {
	height: 50px;
	background: #F5F5F5;
	line-height: 50px;
	color: #949393;
}

#qiye-box .path-box.active {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

#qiye-box .path-box .icon_11 {
	width: 13px;
	height: 15px;
	margin-right: 2px;
	margin-top: -3px;
}

#qiye-box .path-box .b-btn {
	width: 85px;
	height: 26px;
	border: 1px solid #E71C25;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
}

#qiye-box .path-box .b-btn + .b-btn {
	margin-left: 7px;
}

#qiye-box .path-box .b-btn1 {
	background-color: #E71C25;
	color: #ffffff;
}

#qiye-box .path-box .code-box:hover .code-box_1 {
	display: block;
}

#qiye-box .path-box .b-btn2 {
	color: #E71C25;
}

#qiye-box .contact-box {
	padding-bottom: 50px;
}

#qiye-box .contact-box .tlt {
	text-align: center;
	padding: 50px 0px;
}

#qiye-box .contact-box .tlt .text-1 {
	width: 200px;
	margin: 0 auto;
	color: #2F2F2F;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 15px;
}

#qiye-box .contact-box .tlt .text-1::before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 50%;
	width: 30px;
	height: 4px;
	margin-left: -15px;
	background-color: #E71C25;
}

#qiye-box .contact-box .tlt .text-2 {
	color: #555555;
}

#qiye-box .contact-box .jieshao .num {
	width: 279px;
	height: 240px;
	background: #ffffff;
	border: 1px solid #ececec;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	color: #393939;
}

#qiye-box .contact-box .jieshao .num .text-1 {
	font-family: number;
	font-size: 58px;
	font-weight: 500;
	vertical-align: sub;
}

#qiye-box .contact-box .jieshao .section-1 {
	margin-top: 25px;
	height: 520px;
	background: url() no-repeat top left;
	background-size: 500px 520px;
	display: flex;
	justify-content: end;
	align-items: center;
	justify-content: flex-end;
}

#qiye-box .contact-box .jieshao .section-1 .text-1 {
	width: 770px;
	padding: 60px;
	box-sizing: border-box;
	background-color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	color: #555555;
	position: relative;
	border: 1px solid #ececec;
}

#qiye-box .contact-box .jieshao .section-1 .text-1:before {
	content: ">";
	position: absolute;
	left: -21px;
	top: 50%;
	font-family: "simsun";
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	margin-top: -21px;
	background-color: #E71C25;
	font-weight: 600;
	font-size: 16px;
	color: #ffffff;
}

#qiye-box .contact-box .hezuo .section-1 {
	height: 320px;
	background: url(../images/h_11.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	padding-top: 45px;
	box-sizing: border-box;
}

#qiye-box .contact-box .hezuo .section-1 h5 {
	font-size: 22px;
	font-weight: 600;
	color: #E71C25;
}

#qiye-box .contact-box .hezuo .section-1 .item {
	flex: 1;
	padding-left: 45px;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
}

#qiye-box .contact-box .hezuo .section-1 .item li {
	margin: 10px 0px;
}

#qiye-box .contact-box .tuantui .section-1 {
	width: 1080px;
	height: 380px;
	margin: 0 auto;
	position: relative;
}

#qiye-box .contact-box .tuantui .section-1 .img_20 {
	position: absolute;
	right: 0;
	bottom: 0;
	box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.2);
}

#qiye-box .contact-box .tuantui .section-1 .texts {
	width: 310px;
	height: 306px;
	background: #E71C25;
	box-sizing: border-box;
	padding-left: 40px;
	padding-top: 50px;
	color: #ffffff;
}

#qiye-box .contact-box .tuantui .section-1 .texts .text-1 {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#qiye-box .contact-box .tuantui .section-1 .texts .text-1:after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 24px;
	height: 3px;
	background: #ffffff;
}

#qiye-box .contact-box .tuantui .section-2 {
	margin-top: 38px;
}

#qiye-box .contact-box .tuantui .section-2 img {
	width: 280px;
	height: 170px;
}

#qiye-box .p-foot {
	background-color: #393B3D;
}

#qiye-box .p-foot .p-foot_hd {
	padding-top: 40px;
	padding-bottom: 20px;
	color: #ffffff;
	border-bottom: 1px dashed #99999936;
}

#qiye-box .p-foot .p-foot_hd .input-1 {
	width: 290px;
	height: 38px;
	box-sizing: border-box;
	line-height: 38px;
	padding-left: 30px;
	background: #ffffff url(../images/icon_12.png) no-repeat;
	background-size: 12px 16px;
	background-position: 10px 11px;
	font-size: 14px;
}

#qiye-box .p-foot .p-foot_hd .input-1::placeholder {
	color: #A4A4A4;
}

#qiye-box .p-foot .p-foot_hd .btn-1 {
	width: 80px;
	height: 38px;
	background: #E71C25;
	line-height: 38px;
	text-align: center;
	color: #ffffff;
}

#qiye-box .p-foot .p-foot_hd .b-img {
	padding: 5px;
	background-color: #ffffff;
}

#qiye-box .p-foot .p-foot_hd .b-img img {
	width: 100px;
	height: 100px;
}

#qiye-box .p-foot .p-foot_bd {
	padding-top: 25px;
	padding-bottom: 30px;
	color: #999999;
}

#qiye-box .p-foot .p-foot_bd .nav-li {
	padding-right: 10px;
	position: relative;
	color: #999999;
}

#qiye-box .p-foot .p-foot_bd .nav-li:hover {
	color: #E71C25;
}

#qiye-box .p-foot .p-foot_bd .nav-li + .nav-li {
	padding-left: 10px;
}

#qiye-box .p-foot .p-foot_bd .nav-li + .nav-li::before {
	content: "";
	position: absolute;
	left: 0;
	width: 1px;
	height: 10px;
	background-color: #999999;
	top: 50%;
	margin-top: -5px;
}

#qiye-box .b-loading {
	height: 42px;
	background-color: #F5F5F5;
	line-height: 42px;
	color: #707070;
	font-size: 16px;
	margin: 20px auto;
	text-align: center;
	cursor: pointer;
}

#qiye-box .b-loading:hover {
	color: #E71C25;
}

.fiexd-right-navs {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	width: 56px;
	height: 211px;
	background: #FFFFFF;
	box-sizing: border-box;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
	border-radius: 10px 0px 0px 10px;
	text-align: center;
	padding: 10px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: space-around;
}

.fiexd-right-navs .item {
	cursor: pointer;
}

.code-box_1 {
	display: none;
	position: absolute;
	padding: 15px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
	top: 35px;
	left: -20px;
	z-index: 9;
}

.code-box_1 img {
	width: 120px;
	height: 120px;
}

.code-box_1::after {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	height: 20px;
	margin-top: -7px;
	background-color: transparent;
}

.code-box_1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	transform: rotate(45deg);
	margin-top: -5px;
	margin-left: -5px;
}

.nums {
	height: 50px;
	border-radius: 5px;
	border: 1px solid #F0F0F0;
	line-height: 50px;
	display: flex;
	font-size: 28px;
	margin: 25px 0px;
}

.nums.class-1 {
	border: none;
}

.nums.class-1 .num {
	border: 1px solid #F0F0F0;
	width: 50px;
	height: 50px;
	padding: 3px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	color: #ffffff;
	background-clip: content-box;
}

.nums.class-1 .num + .num {
	margin-left: 20px;
}

.nums.class-2 {
	width: 440px;
}

.nums.class-2 .num {
	text-indent: 0;
	letter-spacing: 0;
}

.nums .num {
	flex: 1;
	padding: 0px 15px;
	letter-spacing: 6px;
	text-align: center;
	text-indent: 4px;
}

.nums .num + .num {
	border-left: 1px solid #F0F0F0;
}

.nums .text-orange {
	color: #ED533F;
}

.nums .text-green {
	color: #39C736;
}

.nums .text-blue {
	color: #2C43A6;
}

.nums .textf-1 {
	color: #1F1A17;
}

.nums .textf-2 {
	color: #5A38D7;
}

.nums .textf-3 {
	color: #F0499F;
}

.nums .textf-4 {
	color: #0093DD;
}

.nums .textf-5 {
	color: #D6362E;
}

.nums .textf-6 {
	color: #00923F;
}

.nums .textf-7 {
	color: #98238E;
}

.nums .textf-8 {
	color: #E56E14;
}

.nums .textf-9 {
	color: #959250;
}

.nums .text-1 {
	color: #000000;
}

.nums .text-2 {
	color: #be0102;
}

.nums .text-3 {
	color: #0cbc08;
}

.nums .text-4 {
	color: #0e46ea;
}

.bg-1 {
	background-color: #000000;
}

.bg-2 {
	background-color: #be0102;
}

.bg-3 {
	background-color: #0cbc08;
}

.bg-4 {
	background-color: #0e46ea;
}

.bg-black {
	background-color: #222222;
}

.bg-orange {
	background-color: #ED533F;
}

.bg-green {
	background-color: #39C736;
}

.bg-blue {
	background-color: #2C43A6;
}

.bg-ul {
	display: flex;
	width: 440px;
}

.bg-ul .bg-li {
	display: flex;
	justify-content: space-between;
	flex: 1;
	align-items: center;
	padding: 0px 15px;
}

.bg-ul .bg-li span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

button {
	cursor: pointer;
}

.img_30_21 {
	min-width: 17px;
	height: 17px;
	cursor: pointer;
}

.tc {
	text-align: center;
}

.no-before::before {
	display: none;
}

.alert-box {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99;
}

.alert-box .alert_overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
}

.alert-box .alert_modal {
	width: 325px;
	height: 230px;
	background: #ffffff;
	box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -162px;
	margin-top: -115px;
}

.alert-box .alert_modal .b-bd {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	padding: 25px 0px;
	height: 175px;
	box-sizing: border-box;
}

.alert-box .alert_modal .b-ft {
	margin: 0px 20px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #E71C25;
	border-top: 1px dashed rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.fiexd-right-code {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 170px;
	z-index: 99;
	background: #ffffff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0px 10px;
}

.fiexd-right-code .tlt {
	font-size: 16px;
	line-height: 50px;
	border-bottom: 1px dashed #eeeeee;
	color: #2D2D2D;
}

.fiexd-right-code .bd {
	padding-bottom: 25px;
}

.fiexd-right-code .bd img {
	width: 100%;
	margin: 15px 0px;
}

.hover-1 {
	color: #2a2a2a;
	font-weight: 400;
}

.hover-1:hover {
	color: #E71C25;
}

.hover-2 {
	color: #999999;
	font-weight: 400;
}

.hover-2:hover {
	color: #E71C25;
}

.hover-3 {
	font-weight: 400;
}

.hover-3:hover {
	color: #E71C25;
}

.audio-wrapper {
	background-color: #fcfcfc;
	margin: 10px auto;
	width: 388px;
	height: 53px;
	border: 1px solid #e0e0e0;
	box-shadow: 0px 10px 20px 0px rgba(59, 78, 138, 0.05);
	border-radius: 5px;
}

.audio-left {
	float: left;
	text-align: center;
	width: 14%;
	height: 100%;
	position: relative;
	border-right: 1px solid #e7e7e7;
}

.audioplayer-stopped .audio-left a {
	display: block;
	overflow: hidden;
}

.audioplayer-stopped .audio-left a {
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 7px 10px;
	border-left-color: #595a61;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	margin-left: -3px;
}

.audioplayer-playing .audio-left a {
	width: 10px;
    /* 12 */
	height: 14px;
    /* 12 */
	position: absolute;
	top: 50%;
	left: 47%;
	margin-top: -7px;
	margin-left: -5px;
}

.audioplayer-playing .audio-left a:before,
    .audioplayer-playing .audio-left a:after {
	width: 40%;
	height: 100%;
	background-color: #595a61;
	content: '';
	position: absolute;
	top: 0;
}

.audioplayer-playing .audio-left a:before {
	left: 0;
}

.audioplayer-playing .audio-left a:after {
	right: 0;
}

.audio-right {
	margin-right: 2%;
	float: right;
	width: 80%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.audio-right p {
	font-size: 15px;
	height: 35%;
	margin: 8px 0;
        /* 歌曲名称只显示在一行，超出部分显示为省略号 */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 243px;
        /* 要适配小屏幕手机，所以最大宽度先设小一点，后面js根据屏幕大小重新设置 */
}

.progress-bar-bg {
	position: relative;
	cursor: pointer;
	flex: 1;
	height: 10px;
	background-image: linear-gradient(#e9e9ea, #e9e9ea), linear-gradient(#ece8e2, #ece8e2);
	background-blend-mode: normal, normal;
	border-radius: 5px;
}

.progress-bar {
	width: 0;
	height: 10px;
	background-image: linear-gradient(#595a61, #595a61), linear-gradient(90deg, #e0be86 0%, #cca96b 100%), linear-gradient(#ccb183, #ccb183);
	background-blend-mode: normal, normal, normal;
	border-radius: 5px;
}

.progress-bar-bg span {
	content: " ";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #3e87e8;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	margin-left: -5px;
	cursor: pointer;
}

.audio-time {
	overflow: hidden;
	margin-left: 15px;
	color: #9497A6;
	font-size: 12px;
}

.audio-length-total {
	float: right;
	font-size: 12px;
}

.audio-length-current {
	float: left;
	font-size: 12px;
}

.audio-wrapper .progressDot {
	width: 18px;
	height: 18px;
	margin-top: -4px;
	margin-left: -5px;
	left: 0;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	position: absolute;
}

.fs34 {
	font-size: 34px;
}

#consult_toolbar {
	position: fixed;
	right: 0;
	top: 250px;
	z-index: 1020;
}

#consult_toolbar .line {
	width: 10px;
	height: 1px;
	background: #e7e7e7;
	margin: 0 auto;
}

#consult_toolbar .toolbarbox {
	width: 52px;
	background: #fff;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	box-shadow: 0 0 12px #f3f3f3;
	color: #fff;
	text-align: center;
}

#consult_toolbar .toolbarbox img {
	display: block;
	padding: 15px 0 20px;
	margin: 0 auto;
}

#consult_toolbar .toolbarbox .msg {
	display: none;
}

#consult_toolbar .toolbarbox .chat {
	position: relative;
	cursor: pointer;
}

#consult_toolbar .toolbarbox .chat img {
	padding-bottom: 10px;
}

#consult_toolbar .toolbarbox .chat .chat_msg {
	position: absolute;
	right: 100%;
	top: 14px;
	width: 215px;
	height: 40px;
	margin-right: 20px;
	line-height: 40px;
	border-radius: 5px;
	background: #ff6800 url(../images/chat_light.gif) no-repeat center;
}

#consult_toolbar .toolbarbox .chat .chat_msg p {
	font-size: 16px;
}

#consult_toolbar .toolbarbox .chat .chat_msg p:after {
	content: '';
	position: absolute;
	top: 11px;
	left: 100%;
	display: block;
	border: 8px solid transparent;
	border-left: 8px solid #ff6800;
}

#consult_toolbar .toolbarbox .mobile {
	position: relative;
	cursor: pointer;
}

#consult_toolbar .toolbarbox .mobile .msg {
	position: absolute;
	right: 100%;
	top: 9px;
	width: 187px;
	height: 32px;
	margin-right: 10px;
	line-height: 32px;
	font-size: 12px;
	text-align: center;
	background: url("../images/top_ms_2.png") no-repeat;
	background-size: 187px 32px;
}

#consult_toolbar .toolbarbox .go {
	position: relative;
	cursor: pointer;
}

#consult_toolbar .toolbarbox .go .msg {
	position: absolute;
	right: 100%;
	top: 7px;
	width: 77px;
	height: 32px;
	margin-right: 10px;
	line-height: 32px;
	font-size: 12px;
	text-align: center;
	background: url("../images/top_ms_1.png") no-repeat;
	background-size: 77px 32px;
}

.page-box {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0px;
	margin: 10px 0;
}
.pagination  {
	display: flex;
	align-items: center;
	justify-content: center;

}

.p-number a,.p-number span,.pagination a,.pagination span{
	padding: 5px 10px;
	border: 1px solid #e5e5e5;
	margin-right: 5px;
	cursor: pointer;
}

.p-number.active a,.pagination .active a{
	background-color: #E71C25;
	color: #ffffff;
}


.p-number a:hover {
	background-color: #E71C25;
	color: #ffffff;
}
.pb20 {
	padding-bottom:20px
}
 .fw-tips {
	color:#acacac;
	font-weight:600;
	font-size:16px;
	display: flex;
	align-items: center;
 }
 
 .fw-tips .num {
	background:#acacac;
	color:#fff;
	padding:2px 7px;
	border-radius:50px;
	font-size: 12px;
	margin: 0 11px;
	font-weight: 400;
 }a

 .fw-tips .start {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 5px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkNDRjdCNkIyRTJERTExRUJCMERCRjE1RjU1OEY4NjcyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkNDRjdCNkIzRTJERTExRUJCMERCRjE1RjU1OEY4NjcyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Q0NGN0I2QjBFMkRFMTFFQkIwREJGMTVGNTU4Rjg2NzIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NGN0I2QjFFMkRFMTFFQkIwREJGMTVGNTU4Rjg2NzIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5YQiUHAAAB9ElEQVR42qzVT0hUURTH8Tf+iTQtFUSwMsEQQqKFLl3oQgKREFwEhpauEiFapaTYUBgKLkQFwUCMxMA2RqQLI3EjEiQIEZSigk2kLjQXqSjZ98pv8Xi89+aCHfhw1HlzvHPuvWci0WjUcUdTZ6/jE4lYxBD6nJAYbHt4khMcuziLIpRbPm9deA8f8Na2cJKrBaWk16jHjOe5v6gIqfMe51Dmt+JVZOAjLrv+XoWX+IQ5PEa+6/VXqMSUbytoeoyUh1asq6ff8E6fIgtX0KlFtOutpmAdugN7TPFtPZCLLyjEHaTiKi6iACN4hgGMYTSwx56YVTaFfnpeW0EDvuM5pv02NbKRnHGGnInfrHifTazUZtzGeJzN/4F0XNDvJpt6O6YVy/jlWuVdHFsUNdGD8/r5mimITXOJTCui6ulXPXADMcvjuqhcjCU80aJmkvj4w56HD5BjWThNOQW7eBp2pSd1nlMsCjcqL9hc6QHlF3GKmktSjTf4Y1M4pmNkzm9LQNHr6ukR7oXOCk+06Rh1oRn9+IxLqMEtzY8Sv9WGFTbxQHOjVf8gwTXpzM17hK240y0gJrSZN3ULj3XE5q3HZkDk6PI4Ok7JOi1mTnScprC5SbVqQ6o261D9PtWKDzT872uVu5pu/+2rKaIZvIZsmzf8E2AAmXdxcoeo5eUAAAAASUVORK5CYII=) no-repeat center center;
 }
 .link {
     height: 19px;
     overflow: hidden;
 }
 .link li {
     float: left;
 }
  .link li a {
      margin: 5px;
  }
  .link::after {
      content: "";
      clear: both;
  }
  .hauto {height:auto !important}
  .queren {
      padding: 10px 30px;
      color: #FFF;
      background: #E71C25;
      float: right;
      display: block;
  }
  #fangwei-box .p-body .result-box {
      position: relative;
  }
  .cxewm {
      position: absolute;
      top: 0;
      right:-130px;
      width: 120px;
      height: 120px;
  }
  
.box{width:861px;background:#fff}
.tab_menu{overflow:hidden;background:#f8f8f8}
.tab_menu li{width:172px;float:left;height:37px;line-height:40px;color:#fff;background:#f8f8f8;text-align:center;cursor:pointer;border-right:solid 1px #ededed;font-size:12px}
.tab_menu li.current{color:#333;background:#fff;border-top:solid 3px #b70008}
.tab_menu li a{color:#666;text-decoration:none}
.tab_menu li.current a{color:#b70008;font-weight:700;font-size:12px}
.tab_box{padding:20px}
.tab_box .hide{display:none}
.z_content{width:1200px;border:solid 1px #e9e9e9;height:250px;background:#fff;margin:15px auto 0}
.z_left{width:861px;height:250px;float:left}
.z_right{width:339px;float:left;height:250px}
.z_img{width:172px;height:172px;float:left}
.z_img img{width:172px;height:172px}
.z_text{width:620px;float:left;height:172px;color:#5c5b5b;font-size:14px;margin-left:20px;position:relative;line-height:24px}
.lj{text-align:center;position:absolute;right:0;bottom:0;margin-top:30px;background:url(../images/lj.jpg) no-repeat;width:87px;height:28px;display:block;line-height:28px;float:right}
.lj a{color:#fff}
.z_title{height:40px;line-height:37px;width:342px;background:#f8f8f8;margin-left:-3px}
.z_ul{width:339px;height:210px;padding:15px}
.z_ul ul{padding:0;margin:0}
.z_ul span{float:right}
.z_ul li{width:319px;border-bottom:dotted 1px #aaa;height:30px;line-height:30px}
.z_ul a{font-size:13px;color:#5c5b5b}

.p-bg {
	background:#ececec url(../images/bg.jpg) no-repeat center center/auto 100%;
	width:100%;
	height:575px;
	position:absolute;
	top:37px;
	z-index:1

}